net/http.Request.ctx (field)
11 uses
net/http (current package)
client.go#L366: req.ctx, cancelCtx = context.WithDeadline(oldCtx, deadline)
client.go#L373: req.ctx, cancelCtx = context.WithDeadline(oldCtx, deadline)
client.go#L670: ctx: ireq.ctx,
request.go#L332: ctx context.Context
request.go#L352: if r.ctx != nil {
request.go#L353: return r.ctx
request.go#L373: r2.ctx = ctx
request.go#L391: r2.ctx = ctx
request.go#L922: ctx: ctx,
server.go#L1084: req.ctx = ctx
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |